FaPromNotePrintAssignment 
Logical Entity Name  FaPromNotePrintAssignment 
Default Table Name  FaPromNotePrintAssignment 
Physical Only  NO 
Definition 
 
Note 
 

FaPromNotePrintAssignment Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FaPromNotePrintAssignmentId(PK)    int  NO 
 
FaStudentAidId(FK)    int  NO 
 
AssignedStaffId(FK)    int  YES 
 
AssignedStaffGroupId(FK)    int  YES 
 
CustomPromNoteTemplate    varchar(50)  YES 
 
DateLastPrinted    datetime  YES 
 
LastPrintedByStaffId(FK)    int  YES 
 
UserId(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

FaPromNotePrintAssignment Primary and Unique Keys 
Key Name  Key Type  Keys 
Uk_FaPromNotePrintAssignment_FaStudentAidId  Index  FaStudentAidId 
PK_FaPromNotePrintAssignment_FaPromNotePrintAssignmentId  PrimaryKey  FaPromNotePrintAssignmentId 

FaPromNotePrintAssignment Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaffGroup  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAssignmentAssignedStaffGroupId_SyStaffGroupSyStaffGroupId      AssignedStaffGroupId  NO  YES 
SyStaff  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAssignmentAssignedStaffId_SyStaffSyStaffId      AssignedStaffId  NO  YES 
FaStudentAid  Non-Identifying  One To Zero or More  FK_FaPromNotePrintAssignmentFaStudentAidId_FaStudentAidFaStudentAidId      FaStudentAidId  NO  YES 
SyStaff  Non-Identifying  Zero or One to Zero or More  FK_FaPromNotePrintAssignmentLastPrintedByStaffId_SyStaffSyStaffId      LastPrintedByStaffId  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_FaPromNotePrintAssignmentUserId_SyStaffSyStaffId      UserId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
FaPromNotePrintAudit  Non-Identifying  One To Zero or More  FK_FaPromNotePrintAuditFaPromNotePrintAssignmentId_FaPromNotePrintAssignmentFaPromNotePrintAssignmentId        NO  YES 

FaPromNotePrintAssignment Check Constraints 
Check Constraint Name  CheckConstraint